Pro-Cloud API Web Service
Method/ProCloudWS.asmx/EinInfoItemHistoryTypesGet
Pro-Cloud API Web Service > All Operations Resource Group : /ProCloudWS.asmx/EinInfoItemHistoryTypesGet (Method)
Description
This web method returns a list of view modes supported by the EinInfoItemHistoryGet web method.
Request (EinInfoItemHistoryTypesGetSoapIn)

The request body is of type EinInfoItemHistoryTypesGet.

Request Body Parameters

NameDescriptionData Type

This is a unique provider id, which can be obtained from CSS

GUId

guid

This is your unique service password which can be obtained from CSS

String (min 1 max 50)

xml:string
strPassword Element objProviderGUId Element Sequence EinInfoItemHistoryTypesGet Element

Overview

Sequence
Response (EinInfoItemHistoryTypesGetSoapOut)

The response body is of type EinInfoItemHistoryTypesGetResponse.

Response Body Parameters

NameDescriptionData Type
 objEinInfoItemHistoryTypesGetReturn
xmlDataSet Element strErrorMsg Element intErrorId Element Sequence EinInfoItemHistoryTypesGetResult Element Sequence EinInfoItemHistoryTypesGetResponse Element

Overview

Sequence
Example
<?xml version="1.0" encoding="UTF-8"?>
<objEinInfoItemHistoryTypesGetReturn xmlns="http://pro-cloud.org/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<intErrorId>0</intErrorId>
	<strErrorMsg/>
	<xmlDataSet>
		<NewDataSet xmlns="">
			<HistoryTypes>
				<HistoryType>4</HistoryType>
				<HistoryTypeDesc>All Activities</HistoryTypeDesc>
			</HistoryTypes>
			<HistoryTypes>
				<HistoryType>1</HistoryType>
				<HistoryTypeDesc>Last Asset Known Information</HistoryTypeDesc>
			</HistoryTypes>
			<HistoryTypes>
				<HistoryType>3</HistoryType>
				<HistoryTypeDesc>Last Asset Repairs</HistoryTypeDesc>
			</HistoryTypes>
			<HistoryTypes>
				<HistoryType>2</HistoryType>
				<HistoryTypeDesc>Last Asset Services</HistoryTypeDesc>
			</HistoryTypes>
		</NewDataSet>
	</xmlDataSet>
</objEinInfoItemHistoryTypesGetReturn>
See Also
All Operations Resource GroupPro-Cloud API Web Service